.popover {
	padding: 1rem;
	width: 100%;
}

.popover-content {
	padding: 0;
	height: auto;
	max-height: 350px;
}

.popover-links {
	padding-top: .5rem;
	padding-bottom: .5rem;
	border: solid #ccc;
	border-width: 0;
	display: flex;
	text-align: right;
}

	.popover-links.border-top {
		margin-top: .5rem;
		border-top-width: 1px;
	}

	.popover-links.border-bottom {
		margin-bottom: .5rem;
		border-bottom-width: 1px;
	}

	.popover-links a {
		display: inline-block;
		text-decoration: none !important;
		color: inherit;
		flex: 1 0 auto
	}

		.popover-links a:first-of-type {
			display: flex;
			align-items: center;
		}

	.popover-links img {
		max-width: 1rem;
		max-height: 1rem;
		line-height: 1;
		vertical-align: .0125rem;
		margin-right: 3px;
	}

.popover-title {
	padding: 0 2rem .5rem 0;
	font-weight: bold;
	height: auto;
	white-space: normal;
	background-color: transparent;
	border-bottom: solid 1px #ccc;
	border-radius: 0;
}

	.popover-title a {
		color: #337ab7 !important;
	}

.popover .popover-title button.close {
	position: absolute;
	top: .5rem;
	right: 1rem;
}
